InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Util.Win Namespace / Win32 Class / GetMetaFileBitsEx Method / GetMetaFileBitsEx(IntPtr,UInt32,Byte[]) Method

In This Topic
    GetMetaFileBitsEx(IntPtr,UInt32,Byte[]) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function GetMetaFileBitsEx( _
       ByVal hemf As IntPtr, _
       ByVal cbBuffer As UInteger, _
       ByVal buffer() As Byte _
    ) As UInteger
    public static uint GetMetaFileBitsEx( 
       IntPtr hemf,
       uint cbBuffer,
       byte[] buffer
    )

    Parameters

    hemf
    cbBuffer
    buffer
    See Also